home *** CD-ROM | disk | FTP | other *** search
- #define HostStr "PC 386 in 32-bit protected mode ex Zortech C++ 3.0"
- #define KeyboardFncs
- #define Precision 15
- #define IcodeSuffix ".icx"
- #define IcodeASuffix ".ICX"
- #define SysTime <sys/time.h>
- #define StandardPP
- #define StandardC
- #define FixedRegions
- #define NoCoexpr
-
- #undef MSDOS
- #define MSDOS 1
-
- #undef ZTC_386
- #define ZTC_386 1
-
- /*
- * The default regions sizes for this implementation are much larger
- * than for most implementations.
- */
-
- #define MaxAbrSize 512000
- #define MaxStrSpace 256000
- #define MaxStatSize 20480
-
- /*
- * Zortech C++ include files use "const" keyword
- * in prototypes. This clashes with Icon's prototypes.
- */
- #define const
-
- #define index strchr
- #define rindex strrchr
- #define unlink remove
-